CReports.cs
Code Type: C# Class
Uses Classes: CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_REPORTS.GetAggReportRS, PCK_REPORTS.LoadPopulation, PCK_REPORTS.GetImpairmentRS, PCK_REPORTS.GetInjuryRS

Lines of Code: 104

public class CReports

	Report methods and properties 

public CReports()

	Default constructor 

public DataSet GetAggReportDS(BaseMaster BaseMstr,
                                  long lModuleGroupID,
                                  long lMID
                                  )

	  get the aggregate reports data set given the criteria passed in 

public bool LoadPopulation(BaseMaster BaseMstr,
                                  DateTime dtFrom,
                                  DateTime dtTo,
                                  long lClinicalSetting,
                                  long lRegionID,
                                  long lSiteID,
                                  long lCPAID,
                                  long lImpairmentID,
                                  long lInjuryID,
                                  long lGenderID,
                                  long lMilStatusID)

	load the population 

public DataSet GetImpairmentDS(BaseMaster BaseMstr)

	get static list of impairments to choose from 

public DataSet GetInjuryDS(BaseMaster BaseMstr)

	get dataset of injuries 

	

